home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_4 / june03.lha / June.DOC < prev   
Text File  |  1995-04-01  |  3KB  |  86 lines

  1.  
  2.                   June v0.3 - Nodelist Segment Processor
  3.                        ⌐1994-95 BitPlane Enterprises
  4.  
  5. Overview:
  6.  
  7.   June  is  a  basic nodelist segment processor.  It was designed simply to
  8. merge  segments  together  at  the  Host, Region and Zone level to create a
  9. combined  segment  to pass along up the "chain" for further processing.  It
  10. does  not  generate  a  CRC checksumm for the created segments, but it will
  11. check  for dupicate node numbers.  June will also send a netmail message to
  12. your  uplink  along  with  the created nodelist segment to let him/her know
  13. that the segment has arrived.
  14.  
  15. Requirements:
  16.  
  17.   June  is  written  in compiled ARexx, and therefore requires the RexxPlus
  18. operating enviornment be running prior to executing the program.  June also
  19. requires  the  traplist.library  for  finding  information  for the netmail
  20. generation routine.
  21.  
  22. Configuration:
  23.  
  24.   Here  is  a breakdown of the configuration file keywords and their usage.
  25. Keywords are not case sensitive and can be listed in any order.  The config
  26. file should be called "June.CFG" and placed in the S:  directory.
  27.  
  28. Keyword          Options                Description
  29. --------------   ---------------------  -----------------------------------
  30. NODE             40:2/1.0               Your node number.
  31.  
  32. DEST             40:700/1.0   NORMAL    Node number to send updates to and
  33.                                         packet type (CRASH, HOLD, NORMAL).
  34.  
  35. NODELIST         Nodelist:              Path to your Nodelist directory for
  36.                                         Netmail support.
  37.  
  38. OUTBOUND         Outbound:              Path to your Outbound directory to
  39.                                         store the .?LO and .?UT files.
  40.  
  41. PATH             Mail:June/             Path where the segments to compile
  42.                                         are located.
  43.  
  44. OUTPUT           Region2                Name of output file to create. June
  45.                                         will append the appropriate Julian
  46.                                         date to the file name.
  47.  
  48. DELETESENT                              Set this if you want the file
  49.                                         deleted after it is sent.
  50.  
  51. HOST             Region2                Name of Zone/Region/Host segment to
  52.                                         include at start of listing.
  53.  
  54. SEGMENT          Net200                 Name of segments to compile without
  55. SEGMENT          Net201                 the .XXX julian extension in the
  56. SEGMENT          Net202                 order they are to appear in the
  57. SEGMENT          Net203                 completed listing.
  58. SEGMENT          Net204
  59. SEGMENT          Net205
  60. SEGMENT          Net206
  61. SEGMENT          Net207
  62. SEGMENT          Net208
  63. SEGMENT          Net209
  64. SEGMENT          Net210
  65. SEGMENT          Net211
  66. SEGMENT          Net212
  67.  
  68. CHECKDUPES                              Tell June to check for duplicate
  69.                                         node numbers in the segments.
  70.  
  71.  
  72. Registration:
  73.  
  74.   June  is  released as "CharityWare".  If you use the utility on a regular
  75. basis, please see fit to donate a small amount of money or time to a worthy
  76. charitable organiaztion.
  77.  
  78.  
  79. Contacting the Author:
  80.  
  81.   I can be reached at the following mail addresses:
  82.  
  83.   Fidonet#1:382/105.0 -> Roger Clark
  84.   Amiganet#40:2/1.0   -> Roger Clark
  85.   rclark@ima.infomail.com
  86.